home *** CD-ROM | disk | FTP | other *** search
/ Long Ban 3 / Long Ban 3 - Disc 1.iso / mac / DISK1 / DATA / mov.Dxr / 00048.ls < prev    next >
Encoding:
Text File  |  1997-03-24  |  272 b   |  15 lines

  1. on exitFrame
  2.   if the movieTime of sprite 22 < the duration of member the memberNum of sprite 22 then
  3.     go(the frame)
  4.   else
  5.     go(1)
  6.   end if
  7. end
  8.  
  9. on mouseDown
  10.   set the visible of sprite 22 to 0
  11.   updateStage()
  12.   go(#previous)
  13.   set the visible of sprite 22 to 1
  14. end
  15.